home *** CD-ROM | disk | FTP | other *** search
- MABRY SOFTWARE - FTP ACTIVEX CONTROL - RELEASE NOTES
- October 29, 1997
-
-
- 1.00.003 October 2, 1997
- * Fixed Done event (broken in 5.00.013).
-
- 1.00.002 September 28, 1997
- * Modified interal file opening logic so that an
- error is not returned when copying from the remote
- server to an already existing file on the local
- system. This was changed so that the FTP/X control
- would be compatible with the previous FTP control.
- * Modified Done event logic during data transfers.
- The Done event now fires after the last packet
- instead of just before it. NOTE: using DoEvents
- inside the control's event procedures may result
- in the Done event firing before the last packet.
- This is unavoidable and if DoEvents is required
- then the program must expect that a final data
- packet, or some number of directory items, will
- arrive after the Done event is fired. The data-related
- events fired after the Done event will be fired
- immediately and so a timer set to an interval
- of one second can be used as an inactivity timer.
- When the Done event occurs start the timer.
- If data arrives (either file or directory) then
- restart the timer with a 1 second interval.
- If the interval expires then the transfer is
- finished.
-
- 1.00.001 September 17, 1997
- * Control now works properly in Access 97.
-
- 1.00.000 August 9, 1997
- * Product release.
-